projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eff96d2
)
(HAVE_SYS__MBSTATE_T_H): Fix typo.
author
Nick Roberts
<nickrob@snap.net.nz>
Thu, 23 Nov 2006 05:18:42 +0000
(
05:18
+0000)
committer
Nick Roberts
<nickrob@snap.net.nz>
Thu, 23 Nov 2006 05:18:42 +0000
(
05:18
+0000)
src/strftime.c
patch
|
blob
|
history
diff --git
a/src/strftime.c
b/src/strftime.c
index 123763d8845ea9155f1c71781cab67c712f7ca1a..88800c0d408e225b0739971f45f5e5fbc653fe5c 100644
(file)
--- a/
src/strftime.c
+++ b/
src/strftime.c
@@
-69,9
+69,9
@@
extern char *tzname[];
#if DO_MULTIBYTE
# if HAVE_MBRLEN
# include <wchar.h>
-#
ifdef HAVE_SYS__MBSTATE_H
/* previously tested __hpux */
-#
include <sys/_mbstate_t.h>
-#
endif
+#
ifdef HAVE_SYS__MBSTATE_T_H
/* previously tested __hpux */
+# include <sys/_mbstate_t.h>
+# endif
# if !defined (mbsinit) && !defined (HAVE_MBSINIT)
# define mbsinit(ps) 1
# endif /* !defined (mbsinit) && !defined (HAVE_MBSINIT) */